home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cyc-soli.zip / SUMMARY.DOC < prev    next >
Text File  |  1991-02-01  |  6KB  |  128 lines

  1. A SUMMARY OF CYCLOID COMMANDS
  2.   (Read CYCLOID.DOC for a complete description of how to use these commands.)
  3.  
  4. D - Disk: sets number of gear teeth around disk
  5.  Ctrl-D - Makes Disk negative to switch to an outside rotation
  6.  
  7. R - Ring: sets number of gear teeth around ring
  8.  Ctrl-R - Chooses the number of lobes your design should have
  9.  
  10. P - Pen: places pen somewhere between the middle of disk and the edge
  11.  Ctrl-P - Toggles Pen Block mode, draws with block shapes instead of a line
  12.  
  13. M - Move: places next design somewhere else, 3 methods of moving:
  14.      Use arrow keys to move (+ and - change speed)
  15.      Hit U,D,R, or L to move some distance up, down, left, or right
  16.      Hit S to move to a specific spot, then enter coordinates (eg. 0,0)
  17.  
  18. S - Size: changes the design size, 3 options:
  19.      Constant, all designs will be the same size (Default size is 1)
  20.      Variable, changes in pen position will change the size naturally
  21.      Nested, next design will fit in hole in middle of current design
  22.  Ctrl-S - Toggles between Size Constant and Size Variable
  23.  Alt-S - Performs a Size Nested command (saves one keystroke)
  24.  
  25. T - Turn: rotate next drawing a given number of degrees
  26.  Ctrl-T - Resets design to begin drawing from beginning (normally it will
  27.            continue where you left off)
  28.  
  29. O - Oval: gives oval designs, 2 options
  30.      Ovalness, numbers less than 1 give vertical ovals,
  31.       numbers greater than 1 give horizontal ovals
  32.      Rotation, sets ovals at an angle
  33.  Ctrl-O - Switches between horizontal and vertical ovals
  34.  
  35. H - Hue: sets the foreground color, background color, and options
  36.      Multicolor, draws design in 2 or more colors
  37.      Length, draws 2 or more line segments before switching colors when
  38.       multicolor option is used
  39.  F1 to F10 and Shift-F1 to Shift-F6 change the palette colors on EGA monitors
  40.  Ctrl-H - (or BackSpace) Changes background on CGA, all screen colors on EGA
  41.  Alt-H - Changes all screen colors except the background
  42.  
  43. F - Form: toggles between input by number of gears and input by degrees
  44.  
  45. A - Again: input a string of commands to be repeated
  46.  Ctrl-A - run through the Again string of commands once
  47.  Alt-A - run through the Again string of commands repeatedly
  48.  
  49. W - Wipe: paints the screen with a color or a pattern, options:
  50.      Color, choose a solid color
  51.      Pattern, choose one of 100 patterns
  52.      Options, choose one of the following commands:
  53.         View, look at any pattern without painting the screen
  54.          (View 0 to see all 100 patterns, but this will erase screen)
  55.         Edit, design your own tile patterns
  56.           Consult CYCLOID.DOC on how to edit and save patterns
  57.         Tile color, change the default colors of tile patterns
  58.           Consult CYCLOID.DOC on changing the colors of your wipe patterns
  59.         File number, if you have more than one file of 100 patterns on your
  60.           disk, you can switch to a different file.  You may have up to 10
  61.           different pattern files for each screen mode, called "PATTERN1.???"
  62.           to "PATTERN0.???" (Replace ??? with appropriate extension).  The
  63.           files must be created by copying an existing file before they can
  64.           be used.
  65.  Ctrl-W - Wipe again with the last used color or pattern
  66.  
  67. L - Load/Save: stores designs in memory or on disk (if you give a file
  68.      name), 4 methods for restoring images:
  69.       Restore, brings image back exactly as stored
  70.       Negative, brings image back with colors reversed
  71.       Icon, adds image to present screen in a way that can be subtracted
  72.       Added, adds image to present screen
  73.  Ctrl-L - Saves present screen in memory
  74.  Alt-L - Loads screen presently in memory onto screen as an icon
  75.  
  76. E - Examples: draws sample images
  77.  Alt-E - draws random images in random places and adds them together
  78.  Ctrl-E - draws individual random images
  79.  
  80. B - Blank menu: erases menu until the next time you hit B
  81.  
  82. C - Clear screen: erases present screen image
  83.  
  84. G - Go: draws a design
  85.  Ctrl-G - draws a single step of a design
  86.  
  87. Q - Quit: exits program after asking if you're sure
  88.  Ctrl-Q - exits program immediately
  89.  
  90. V - Version: gives information about the program version
  91.  Ctrl-V - draws CYCLOID logo
  92.  
  93. ? - Tutorial: runs a tutorial demonstration of the various CYCLOID commands
  94.  
  95. J - Jointedness: makes drawings smoother by multiplying Disk and Ring by 1.25
  96.  Ctrl-J - makes drawings less smooth by dividing Disk and Ring by 1.25
  97.  
  98. I - Initialize: Resets most variables to their default status
  99.  Alt-I - Memorizes present variables as new initialization default
  100.  Ctrl-I - Restores original initialization defaults
  101.  
  102. Z - Zilch: just wastes a second and makes some noise
  103.  Ctrl-Z - turns sound on and off
  104.  
  105. X - XYZ plotting: When this command is enabled, (see CYCLOID.CFG) it creates a 
  106.    file in the current disk directory that is a 3-dimensional spirograph image 
  107.    of the last design you drew.  You must have ACROSPIN, or perhaps some other 
  108.    3-D wireframe art program to view these 3-D images.
  109.  Alt-X - The same, but it creates a flat image file.
  110.  Ctrl-X - Changes the 3-D parameter.
  111.  
  112. When inputting numbers
  113.  ? means let the computer pick a random number
  114.  @ means let the computer pick a random digit
  115.  # in an Again command string, means pause for user input
  116.  ^ in an Again command string, means next command is Ctrl-key command
  117.  & in an Again command string, means next command is Alt-key command
  118.  + means add this number to current setting (eg, +-5 subtracts 5 from default)
  119.  * means multiply the current setting by this number
  120.  / means divide current setting by this number
  121.  [Return] without any input means accept the previous setting
  122.  Esc means get me out of here
  123.  Right arrow types one character of previous setting
  124.  Down arrow types whole previous setting
  125.  Left arrow backs up to insert or delete characters
  126.  Backspace erases characters
  127.  
  128.